home *** CD-ROM | disk | FTP | other *** search
/ Precos 4.97 Computer 2000 / Precos 4.97 Computer 2000.iso / pc / info / 5network / 3com / demos / msh / 2f.dir / 00034_Script_34 < prev    next >
Text File  |  1995-11-21  |  143b  |  9 lines

  1. on exitFrame
  2.   GLOBAL COUNT
  3.   IF COUNT<3 THEN
  4.     PUT COUNT+1 INTO COUNT
  5.     GO TO FRAME "L4"
  6.   ELSE
  7.     GO TO THE FRAME+1
  8.   END IF
  9. end